diff options
| author | Yuval Adam <_@yuv.al> | 2025-09-24 10:32:25 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-09-24 10:32:25 +0200 |
| commit | 891330d98d75b8621bda2dd7528e099af287060c (patch) | |
| tree | d3c5e62aa0764f8b09e050e414c4200ffd5ea51e /src/pages/history/[date].astro | |
| parent | c89f55bc7949e2741d29f76392ab3af8d49886ca (diff) | |
Migrate to tailwind styles
Diffstat (limited to 'src/pages/history/[date].astro')
| -rw-r--r-- | src/pages/history/[date].astro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/history/[date].astro b/src/pages/history/[date].astro index 0bd1e40..8796c14 100644 --- a/src/pages/history/[date].astro +++ b/src/pages/history/[date].astro @@ -1,7 +1,6 @@ --- import { Geshem } from '../../components/Geshem'; import '../../styles/global.css'; -import '../../styles/geshem.css'; export const prerender = false; |
